Rr 77 version print#79
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the package version and updates the changelog to document a fix for duplicate version printing during some get_dataframe() calls, implemented by adding a print_version toggle to blob reads.
Changes:
- Bump project version to
2026.04.27.0. - Add changelog entry for the duplicate version-print fix.
- Add
print_versionparameter toBlobEndpoint.read_blobs()and suppress version printing from the internalread_blobs()call insideget_dataframe().
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| pyproject.toml | Updates CalVer version to 2026.04.27.0. |
| changelog.md | Documents the duplicate version-print fix in a new release entry. |
| cfa/dataops/catalog.py | Adds print_version plumbing to avoid double-printing the chosen version during get_dataframe(). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ataops into rr-77-version-print
ksinger-cdc
left a comment
There was a problem hiding this comment.
I see you're just adding in the print version arg and updating the code to reflect that. The copilot comment doesn't seem to be related to changes you've made. So long as the list comprehension doesn't break anything, should be good to go - sounds like you've tested that. LGTM.
No description provided.